home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / U_Z / WW23PAT.ZIP / PATCH.BAT next >
DOS Batch File  |  1995-12-20  |  346b  |  16 lines

  1. @echo off
  2. cls
  3. echo Patching WarWizard, one moment please ...
  4. echo .
  5. echo .
  6. echo Please answer Yes (hit the Y key) to all the following prompts...
  7. echo .
  8. ww_patch
  9. del ww_patch.exe
  10. del readme_p.doc
  11. cls
  12. echo .
  13. echo .
  14. echo Patch complete.  Run WarWizard as normal, and enjoy the game!
  15. echo You may now delete the file called PATCH.BAT
  16.